projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32cb457
)
* rcirc.el (rcirc-reconnect): Use rcirc-reconnect-delay
author
Philip Kaludercic
<philipk@posteo.net>
Sat, 25 Sep 2021 14:27:12 +0000
(16:27 +0200)
committer
Philip Kaludercic
<philipk@posteo.net>
Sat, 25 Sep 2021 16:31:56 +0000
(18:31 +0200)
lisp/net/rcirc.el
patch
|
blob
|
history
diff --git
a/lisp/net/rcirc.el
b/lisp/net/rcirc.el
index 4e0dd5a71f879d7f4a6fcbed81229523929914e4..2e49ccb5ddc8df65fc2472c887bced8f774ff594 100644
(file)
--- a/
lisp/net/rcirc.el
+++ b/
lisp/net/rcirc.el
@@
-851,7
+851,7
@@
If QUIET is non-nil, no not emit a message."
rcirc-failed-attempts
rcirc-reconnect-attempts))
(setq rcirc-reconnection-timer
- (run-at-time rcirc-
timeout-seconds
nil
+ (run-at-time rcirc-
reconnect-delay
nil
#'rcirc-reconnect process t))))))))
(defun rcirc-sentinel (process sentinel)